<%@LANGUAGE ="VBScript.Encode" CODEPAGE=1254%> <% SetLocale("en-gb") if request("cur_date")="" then MyDate1=date() else MyDateArry = request("cur_date") MyDateArry = Split(MyDateArry,"/") MyDate1 = DateSerial(MyDateArry(2),MyDateArry(0),MyDateArry(1)) if request("action")="addmonth" then MyDate1=DateAdd("m", 1, MyDate1) elseif request("action")="removemonth" then MyDate1=DateAdd("m", -1, MyDate1) end if end if MonthArry = Array("Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık") WeekdayArry = Array("Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar","") %> :: Op. Dr. Hakan Teoman Yanar ::
 
 


Prof. Dr. Cemalettin Ertekin

Prof. Dr. Korhan Taviloğlu
Ulusal Travma ve Acil Cerrahi Derneği
Obezite Cerrahisi
Procto.com
Yoursurgery.com
Laparoskopi.com
Surgerychannel.com
Türk-Medline
Medscape
Journal of Trauma
Pubmed
Johns Hopkinks


 


<%if request("criteria")="day" then %> <% connopen SQL = "SELECT * FROM EventItems WHERE DateSerial("&year(MyDate1)&","&month(MyDate1)&","&day(MyDate1)&")=evDate" SET RS = ConnExec(SQL) if not(rs.eof) then do while not(rs.eof)%> <% rs.movenext() loop else %> <%end if %>
Etkinlikler : <%=RegDate(MyDate1,2)%>
<%= rs("timeStart") & " - " & rs("timeEnd") %> " class="ver10blue"><%=rs("itTitle")%> <%=StrCrop(rs("location"),25)%>
 Kayıt bulunamadı
tanımlı etkinlik kaydı bulunamadı
<%end if if request("recID")<>"" then 'etkinlik detay ConnOpen SET RS = ConnExec("SELECT * FROM EventItems WHERE Auth=1 AND itID="&Request("RecID")) if not(rs.eof) then %> <%if rs("onlineLcw") then %> <%end if %>
Etkinlik Künyesi
Etkinlik : <%=rs("itTitle")%>
Tarih : <%=regDate(rs("evDate"),2)%>
Saat : <%=rs("timeStart") & " - " & rs("timeEnd") %>
Yer : <%if rs("location")<>"" then response.write replace(rs("location"),VBCRLF,"
")%>
Detayları : <%desc=rs("desc") if desc<>"" then response.write replace(desc,VBCRLF,"
")%>
   
<%else %>
 Kayıt bulunamadı
tanımlı etkinlik kaydı bulunamadı
<% end if end if %>